DELETE MATRIX

This command will delete a specified matrix previously created with make matrix.

  Syntax
DELETE MATRIX Matrix Number
  Parameters
Matrix Number
Integer
The matrix number to delete

  Returns

This command does not return a value.

  Description

The matrix number should be an integer value.

  Example Code
position camera 0,300,0
autocam off
make matrix 1,1000,1000,25,25
position matrix 1,0,0,0
set matrix height 1,10,10,200
update matrix 1
if matrix exist(1)=1 then delete matrix 1
end
  See also

MATRIX Commands Menu
Index